home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 October / macformat-108.iso / Shareware / Math scientific / PsyScript / scripts / Tools / show locations / show locations.rsrc / TEXT_2000_Source Text.txt < prev    next >
Encoding:
Text File  |  2001-04-25  |  325 b   |  10 lines

  1. tell application "PsyScript"
  2.     activate
  3.     begin experiment
  4.     repeat with n from 1 to 100
  5.         set theContents to contents of position n
  6.         do trial "'pos# ?3'(?1 ?2) !t(0)" given theContents & n --should be able to use whose and index field
  7.     end repeat
  8.     do trial "'These are the defined positions'(100 200)"
  9.     end experiment
  10. end tell